home *** CD-ROM | disk | FTP | other *** search
- object arcconvform: Tarcconvform
- Left = 284
- Top = 176
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Archive Converter'
- ClientHeight = 347
- ClientWidth = 456
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Position = poDefault
- Scaled = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgLed: TImage
- Left = 625
- Top = 447
- Width = 10
- Height = 10
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Visible = False
- end
- object Label4: TLabel
- Left = 10
- Top = 291
- Width = 105
- Height = 16
- AutoSize = False
- Caption = 'Com&pression:'
- FocusControl = CompressionBox
- end
- object Label2: TLabel
- Left = 8
- Top = 96
- Width = 52
- Height = 13
- Caption = 'Total Files:'
- end
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 52
- Height = 13
- Caption = 'Total Files:'
- end
- object ListBox1: TMemo
- Left = 8
- Top = 148
- Width = 441
- Height = 162
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- 'MessageMemo')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 9
- end
- object btnOK: TButton
- Left = 57
- Top = 317
- Width = 105
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 10
- OnClick = btnOKClick
- end
- object CloseButton: TButton
- Left = 174
- Top = 317
- Width = 105
- Height = 25
- Caption = '&Close'
- TabOrder = 11
- OnClick = CloseButtonClick
- end
- object CorelButton3: TButton
- Left = 292
- Top = 317
- Width = 105
- Height = 25
- Caption = '&Help'
- TabOrder = 12
- OnClick = CorelButton3Click
- end
- object Browse: TButton
- Left = 168
- Top = 148
- Width = 89
- Height = 25
- Caption = '&Add Files...'
- TabOrder = 3
- OnClick = BrowseClick
- end
- object CorelButton1: TButton
- Left = 360
- Top = 148
- Width = 89
- Height = 25
- Caption = 'R&emove'
- TabOrder = 5
- OnClick = CorelButton1Click
- end
- object CompressionBox: TComboBox
- Left = 128
- Top = 289
- Width = 321
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- end
- object CompMode: TRadioGroup
- Left = 8
- Top = 242
- Width = 442
- Height = 41
- Caption = ' Destination &Format '
- Columns = 6
- ItemIndex = 0
- Items.Strings = (
- 'ZIP'
- '7-ZIP'
- 'CAB'
- 'LHA'
- 'BH'
- 'TAR')
- TabOrder = 7
- OnClick = CompModeClick
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 174
- Width = 442
- Height = 65
- Caption = ' Destination Folder '
- ItemIndex = 0
- Items.Strings = (
- 'File'#39's Current Folder'
- 'Custom Folder:')
- TabOrder = 6
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 40
- Width = 441
- Height = 25
- Step = 1
- TabOrder = 0
- end
- object ProgressBar2: TProgressBar
- Left = 8
- Top = 112
- Width = 441
- Height = 25
- Step = 1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 264
- Top = 148
- Width = 89
- Height = 25
- Caption = 'Add F&older...'
- TabOrder = 4
- OnClick = Button1Click
- end
- object listview1: TdfsExtListView
- Left = 7
- Top = 6
- Width = 442
- Height = 139
- SmallImages = MainForm.IL
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 100
- end
- item
- Caption = 'Path'
- Width = 189
- end>
- ExtendedStyles = [lvxFullRowSelect]
- SaveSettings.RegistryKey = 'Software\PowerArc'
- SaveSettings.SaveCurrentSort = False
- ColumnsFormat = <>
- ShowSortArrows = True
- ReadOnly = True
- MultiSelect = True
- OnColumnClick = listview1ColumnClick
- TabOrder = 2
- ViewStyle = vsReport
- OnKeyDown = listview1KeyDown
- end
- object edit1: TEdit
- Left = 128
- Top = 212
- Width = 281
- Height = 21
- TabStop = False
- TabOrder = 13
- end
- object Button2: TButton
- Left = 416
- Top = 212
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 14
- TabStop = False
- OnClick = CorelButton4Click
- end
- object Openbox: TOpenDialog
- Filter =
- 'ZIP/JAR (Java ARchiver) files, Quake3 files|*.zip;*.jar;*.pk3|7-' +
- 'ZIP files|*.7z|RAR files|*.rar|LHA files|*.lzh;*.lha|ARJ files|*' +
- '.arj|ARC files|*.arc|ZOO files|*.zoo|ACE files|*.ace|CAB files|*' +
- '.cab|BlakHole files|*.bh|TAR/GZIP/BZIP2 files|*.tar;*.gz;*.z;*.t' +
- 'gz;*.bz;*.bz2;*.tbz;*.tbz2;*.taz;*.z|All archives|*.zip;*.jar;*.' +
- 'pk3;*.rar;*.lha;*.lzh;*.arj;*.arc;*.zoo;*.ace;*.cab;*.bh;*.tar;*' +
- '.gz;*.tgz;*.bz;*.bz2;*.tbz;*.z;*.7z|All files|*.*'
- FilterIndex = 12
- InitialDir = 'OpenBox'
- Left = 43
- Top = 8
- end
- object DropTarget: TPJFormDropFiles
- ForegroundOnDrop = False
- Options = [dfoIncFolders, dfoIncFiles]
- OnDropFiles = DropTargetDropFiles
- Left = 120
- Top = 80
- end
- end
-